unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 23 Nov 2023 15:27:52 +0000 (16:27 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 23 Nov 2023 15:27:52 +0000 (16:27 +0100)
commit07a292350a2d1f65d60863bf7e7c2b5fea3cd6a8
tree92306102e8d12032d400ae2949af37991a4c3e71
parent2626bb83b9d37389d2fd42c2aa8552f536954e2d
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h